GovernancePolicyReportCreatedDetails
public class GovernancePolicyReportCreatedDetails : CustomStringConvertible, JSONRepresentable
Created a summary report for a policy.
-
Policy ID.
Declaration
Swift
public let governancePolicyId: String -
Policy name.
Declaration
Swift
public let name: String -
Policy type.
Declaration
Swift
public let policyType: TeamLog.PolicyType? -
Declaration
Swift
public var description: String { get }
View on GitHub
GovernancePolicyReportCreatedDetails Class Reference