Class QueryAuditableServicesResponse.Types.AuditableService (1.2.0)

public sealed class AuditableService : IMessage<QueryAuditableServicesResponse.Types.AuditableService>, IEquatable<QueryAuditableServicesResponse.Types.AuditableService>, IDeepCloneable<QueryAuditableServicesResponse.Types.AuditableService>, IBufferMessage, IMessage

Contains information about an auditable service.

Inheritance

Object > QueryAuditableServicesResponse.Types.AuditableService

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

AuditableService()

public AuditableService()

AuditableService(QueryAuditableServicesResponse.Types.AuditableService)

public AuditableService(QueryAuditableServicesResponse.Types.AuditableService other)
Parameter
NameDescription
otherQueryAuditableServicesResponse.Types.AuditableService

Properties

Name

public string Name { get; set; }

Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.

Property Value
TypeDescription
String